home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 146
/
(Vol 146) Jan 07 2012.iso
/
Games
/
the_great_candy_caper.swf
/
scripts
/
frame_4
/
DoAction.as
Wrap
Text File
|
2012-01-07
|
347b
|
16 lines
if(score >= 100)
{
result = "Awesome! " + score + " Points. You made it safe and sound.";
ghost.gotoAndPlay("madegrave");
}
else if(score < 100 && 0 < score)
{
result = score + " Candy Points. You\'ll need to eat even more candy next time.";
}
else
{
result = "Ooops, you ran out of candy.";
}
stop();
basemusic.stop();